Microsoft DirectX 8.1 (C++)

MetaPropertyCondition.And

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The And property retrieves a new MetaPropertyCondition object that performs an And operation on the results of two other MetaPropertyCondition objects.

Syntax

objMetaPropertyCondition.And(
  propertycondition As MetaPropertyCondition
) As MetaPropertyCondition

Parameters

propertycondition

[in]  Specifies a MetaPropertyCondition object that represents the right half of the And expression. The calling object represents the left half.

Error Codes

If the method [property] fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

This property returns a MetaPropertyCondition object.

See Also